View Javadoc
1 /************************************************************ 2 * Copyright * 3 * Portions of this software are Copyright (c) 1993 - 2002, * 4 * Chad Z. Hower (Kudzu) and the Indy Pit Crew * 5 * - http://www.nevrona.com/Indy/ * 6 ************************************************************/ 7 package org.indy.messages; 8 9 import org.indy.TCPClient; 10 11 12 /*** 13 * DOCUMENT ME! 14 * 15 * @version $Revision$ 16 * @author $author$ 17 */ 18 public class MessageClient extends TCPClient { 19 private int messageLineFold; 20 private String foldedMessage; 21 22 /*** 23 * Creates a new MessageClient object. 24 */ 25 public MessageClient() { 26 } 27 }

This page was automatically generated by Maven